@charset "utf-8";



header{

    width:100%;

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    z-index: 999;

    background: #fff;

    position: relative;

    border-top: 3px solid #58b530;

}

.header .logo {

    padding: 12px 0px;

}

.header .logo img{

    height: 65px;

    width: auto;

    transition: all .5s;  

}

@media(max-width:767px){

    .header .logo {

        padding: 5px 0px;

    }

    .header .logo img{ 

        height: 40px;

    }

}

.header{

    padding:0px 0px;

    max-width:1920px;

}

.header .language{    

    transition: all .5s;

    color: #231f20;

    display: flex;

    justify-content: flex-end;

    padding-left: 10px;

}

.header .language li{    

    padding: 0px 10px 0px;

}

.header .language i{

    font-size: 18px;

}

.header .language .tel{

    background: #58b530;

    border-radius: 30px;

    padding: 0px 15px;

}

.header .language .tel i{

    color: #fff;

    font-size: 18px;

}

.header .language .tel span{

    color: #fff;

    font-weight: 700;

}

.header .language .top-drop p{

    text-align: center;

    width: 90%;

    border-bottom: 1px solid #efefef;

    margin: 0px auto;

    line-height: 40px;

}

header .nav{

    padding: 20px 0px 0px;

}

header .nav>ul{

    margin:0px auto 0px auto;

    transition: all .5s;

    display: flex;

    justify-content: center;

    flex-wrap: nowrap;

}

header .nav>ul>li{

    display: inline-block;

    padding: 0 0px;

    padding-left:40px;

    position: relative;

}

header .nav>ul>li>a{

    display: block;

    position: relative;

    font-size: 18px;    

    line-height: 40px;

}

header .nav>ul>li>a>b{

    display: block;

    height:2px;

    width:100%;

    background:#58b530;

    position: absolute;

    left:0;

    bottom:0;

    transform: rotateY(90deg);

    -webkit-transform: rotateY(90deg);

    -o-transform: rotateY(90deg);

    transition: all .5s;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

}

header .nav>ul>li:hover a,header .nav>ul>li.active a{

    color: #58b530;

}

header .nav>ul>li:hover a>b{

    transform: rotateY(0);

    -webkit-transform: rotateY(0);

    -o-transform: rotateY(0);

}

header .nav>ul>li.has-children > a::after {

    content: "\f107";

    font-family: FontAwesome;

    font-size: 12px;

    font-weight: normal;

    margin-left: 5px;

    margin-top: 5px;

    float: right;

}

header .nav ul.submenu {

    display: none;

    position: absolute;

    left: 50%;

    top: 100%;

    margin-left: -80px;

    width: 190px;

    background: #fff;

    border-radius: 4px;

    overflow: hidden;

}

header .nav ul.submenu li{width:100%; border-bottom:1px solid rgba(0,0,0,.05);}

header .nav ul.submenu li a{display:block;font-size:14px; color:#444; line-height:20px; padding:12px 2%; text-align:center; }

header .nav ul.submenu li a:hover{color:#3c4a76; background:#f2fcfa;}

header .nav>ul>li:hover ul.submenu{

    display: block;

}

.m-btn{

    display: none;

    position: absolute;

    cursor: pointer;

    right:20px;

    top:35px;

}

.m-btn span{

    display: block;

    width:20px;

    height:2px;

    background:#424242;

    position: relative;

    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);

    -o-transition: all 200ms cubic-bezier(.4,0,0,1);

	transition: all 200ms cubic-bezier(.4,0,0,1);

}

.m-btn span::before, .m-btn span::after{

    content:'';

    display: block;

    height:2px;

    width:20px;

    background:#424242;

    position: absolute;

	left: 0;

    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);

    -o-transition: all 200ms cubic-bezier(.4,0,0,1);

	transition: all 200ms cubic-bezier(.4,0,0,1);

}

.m-btn span:before {

	top: -8px;

}

.m-btn span:after {

	bottom: -8px;

}

.m-btn.active span {

	background: transparent;

	margin-left: 10px;

}

.m-btn.active span:before {

    transform: rotate(-48deg) translate(-6px, 5px);

    -webkit-transform: rotate(-48deg) translate(-6px, 5px);

    -o-transform: rotate(-48deg) translate(-6px, 5px);

	width: 24px;

}

.m-btn.active span:after {



    transform: rotate(48deg) translate(-6px, -5px);



    -webkit-transform: rotate(48deg) translate(-6px, -5px);



    -o-transform: rotate(48deg) translate(-6px, -5px);



	width: 24px;



}

.top-drop{

    min-width: 120px;

    padding: 10px;

    text-align: center;

}

header.on{

    position: fixed;

}

header.on .header .logo img{

    height: 40px;

}

header.on .nav {

    padding: 10px 0px 0px;

}

@media(max-width:767px){

    header.on .header .logo img{

        height: 28px;

    }

}

@media(max-width:461px){

    .header .logo img{

        margin-right: 0;

    }

}

@media (max-width: 1199px){

    .header .nav>ul>li{

        padding-left:10px;

    }

}

@media (max-width: 992px){   

    .m-btn{

        display: block;

    }

    .header{

        position: relative;

        padding:0;

    }

    header .nav>ul{

        display: block;

    }    

    header.on .header .logo .logo, .header .logo .logo{

        height:60px !important;

    }

    .header .header-mail {

        margin: 8px 45px 0px;

        line-height: 45px;

    }

    header .nav{

        position: absolute;

        left:-100vw;

        top:64px;

        width:70%;

        height:calc(100vh - 60px);

        background:#fff;

        box-shadow: 0 0 10px #eee;

        z-index:999;

        transition: all 0.5s;

        -webkit-transition: all 0.5s;

        -o-transition: all 0.5s;

        padding-top:20px;

    }

    header .nav.show{

        left:0;

        transition: all 0.5s;

        -webkit-transition: all 0.5s;

        -o-transition: all 0.5s;

    }

    header .nav ul li{

        display: block !important; 

        padding:0 20px;

    }

    header .nav ul li a{

        color:#424242;

        font-size: 14px;

    }

    header .nav>ul>li::before,

    header .nav>ul>li:last-child::after{

        border-left: 0px dotted #c1c1c1;

    } 

}

@media(max-width:1200px){

    .header .nav .submenu li {

        display: none !important;

    }

}

@media (max-width: 540px){

    header.on .header .logo .logo, .header .logo .logo {

        height: 45px !important;

        margin-top: 10px;

    }

}

/* banner */

.banner{

    position: relative;

    overflow: hidden;

}

.banner img{

    width: 100%;

}



@media(max-width:991px){

    .video-img img{

        width: 100%;

        position: relative;

        margin-top: 58px;

    }    

}

.banner .banner-txt{   

    text-align: left;

    width:100%;    

    position: absolute;

    left:0%;

    top: 0px;

    color:#fff;

    padding-top:12%;

    height: 100%;

    background: rgba(0,0,0,0.4);

}



@media(max-width:991px){

    .banner .banner-txt{

        padding-top:18%;

    }

}

.banner .banner-txt h3{

    font-size: 75px;  

   font-weight: bolder;

}

.banner .banner-txt p{

    font-size: 40px;

    line-height: 1.2;

    margin:20px 0px;

    width: 56%;

}

@media(max-width:1299px){

    .banner .banner-txt h3{

        font-size: 54px;

    }

    .banner .banner-txt p{

        font-size: 32px;

        width: 100%;

    }

}

@media(max-width:991px){

    .banner .banner-txt h3{

        font-size: 46px;

    }

    .banner .banner-txt p{

        font-size: 26px;

        width: 100%;

    }

}

@media(max-width:767px){

    .banner .banner-txt h3{

        font-size: 28px;

    }

    .banner .banner-txt p{

        font-size: 16px;

        width: 100%;

    }

}

.banner .banner-txt p span{

    font-weight: bolder;

    display: block;

}

.homeLink{

    position:relative; 

    display: inline-block;

    line-height:40px;

    font-size:18px;

    font-weight: bold;

    text-align: center;

    border-radius:35px;

    padding: 4px 100px;

    overflow:hidden;

    color:#fff; 

    background:#54ac06;

    transition: all 0.3s ease-in-out;

}

.homeLink:hover{  padding: 4px 150px; color:#fff;}

@media(max-width:767px){

    .homeLink{

        padding: 4px 80px;

    }

    .homeLink:hover{  padding: 4px 80px; color:#fff;}

}

@media(max-width:512px){

    .homeLink{

        font-size: 14px;

        line-height:20px;

        padding: 4px 20px;

    }

}



.common{

    padding-top:80px;

    padding-bottom:80px;

}

.title{

    font-size: 20px;

    color: #58b530;   

    line-height:1.2;     

    text-transform: uppercase;

    position: relative;

    font-weight: lighter;

}

.title span{

    display: block;

    font-weight: bold;

    font-size: 35px;

    color: #4b4b4b;

}



@media (max-width:767px){

    .common{

       padding-top:30px;

       padding-bottom:30px;

    }

    .title{

        font-size: 20px;

        padding-bottom: 0px;

    }

    .title span{       

        font-size: 30px;

    } 

}



/*首页关于我们*/

.about{

    font-size: 18px;

    background: url(../img/about.jpg) no-repeat center top;

}

.about .about-txt{
    width:50%;
    text-align: center;
    font-weight: lighter;
    margin: 30px auto;
}
.about .case-more{
    padding: 30px 0px;
    line-height: 1.2;
    font-size: 32px;
}

.about .case-more span{

    color: #58b530;

}

.about .case-more h5{

    font-size: 36px;

    font-weight: 800;

    margin-bottom: 20px;

}

.about .logoV img{

    width: auto;

    max-width: 100%;

}

.about a,

.more a{

    margin-top: 10px;

    display: inline-block;

    background: #fff;

    padding: 5px 25px;

    color: #58b530;

    font-size: 16px;

    font-weight: 700;

    border-radius: 20px;

    transition: all 0.3s ease-in-out;

}

.about a{

    padding: 5px 0px;

    font-size: 20px;

    margin-top: 30px;

}

.about a:hover,

.more a:hover{ padding: 5px 45px;}

.services .more{

    position: absolute;

    bottom: 10%;

}

@media (max-width:767px){

    .about .about-txt{
        margin: 15px auto;
        width: 100%;
    }
    .about a,.more a{
        padding: 10px 15px;
        margin-bottom: 15px;
    }
}
/*产品*/
.product{
    background: #f9f9f9;
    overflow: hidden;
}
.product .product-box{
    padding: 50px 40px;
}
.product .product-img{
    background: #fff;
    border-radius: 8px;
    padding: 35px 15px 140px;
}
.product .product-name{
    background: url(../img/tit-bg.jpg) no-repeat #58b530;
    background-size: cover;
    border-radius: 6px;
    width: 90%;
    padding: 25px;
    text-align: center;
    color: #fff;
    margin: -100px auto 0px auto;
    position: relative;
}
.product .product-name h5{
    font-size: 20px;
    font-weight: 800;
}
.product .product-name h5:after{
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    margin: 10px auto;
}
/*共享轮椅步骤*/
.services{
    padding-top: 80px;
}
.services .title{
    margin-bottom: 50px;
}
.services .ser-content{    
    padding: 50px 50px;
    background: #fff;
    height: 400px;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,.2);
    transition: 0.3s all;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center bottom;  
}

.services .ser-intro{

    font-size: 20px;

    width: 100%;

    text-align: center;   

    line-height: 20px;   

    color: #999999;

    position: absolute;

    left: 0;

    bottom: 20%;

}

.services .ser-intro:before{

    content: "";

    display: block;

    width: 40px;

    height: 3px;

    border-radius: 3px;

    background: #58b530;

    margin: 10px auto;

}

.services .ser-content:hover{        
    -webkit-transform: translate(-8px,-8px);
    -moz-transform: translate(-8px,-8px);
    -ms-transform: translate(-8px,-8px);
    -o-transform: translate(-8px,-8px);
    transform: translate(-8px,-8px);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

/*制造实力*/
.case{
    background: #f5f5f5;
    overflow: hidden;
    font-size: 16px;
}
.case-img{
    background: #000;
}
.case-img img{
    width: 100%;
    opacity: 0.6;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.case .case-box{
    margin-top: 20px;
}
.case .case-con{
    background: #fff;
    text-align: center;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    padding-bottom: 20px;
    border-bottom: 10px solid #fdb931;
}
.case .case-con:before{
    content: '';
    position: absolute;
    background-image: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 2px solid rgba(255,255,255,0.5);
    opacity: 0; 
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.case .case-box .case-con h5{
    font-size: 14px;
    padding: 10px 0px; 
    line-height: 1.4;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;   
    bottom: 0px;
    width: 100%;
}
.case .case-box .case-con h5 span{
    display: block;
}
.case .case-box .case-con h5:before{
    width: 40px;
    height: 2px;
    display: block;
    content: "";
    background: #fdb931;
    margin: 10px auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;   
}
.case .case-box .case-con .more{
    font-size: 16px;
    font-weight: bold;
    color: #fdb931;
 }
.case .case-box .case-con .more i{
    font-size: 14px;
    font-weight: normal;
}
.case .case-box .case-con:hover .case-img img{
    opacity: 1;
}
.case .case-box .case-con:hover{
    background: #fdb931;
    border-bottom: 10px solid #efa91c;
}
.case .case-box .case-con:hover h5{
    color: #fff;
}
.case .case-box .case-con:hover h5:before{
    background: #fff;
}
.case .case-box .case-con:hover .more{
    color: #fff;
}
@media (max-width:991px){
    .about {
        font-size: 14px;
    }
    .about .case-more {
        padding: 15px 0px;
        font-size: 18px;
    }
    .about .case-more h5 {
        font-size: 20px;
    }
    .services .ser-content{
        height: 200px;
        background-size: 100%;
        margin-bottom: 10px;        
    }
    .services .ser-intro {
        font-size: 16px;
    }
    .case .case-box {
        margin-top: 25px;
    }
    .case .case-con{
        margin-bottom: 15px;
    }
    .case .case-box .case-con h5 {
        font-size: 14px;
        padding: 10px 0px;
    }
}
/* 新闻 */
.news-box .news-con{
    width: 100%;
    position: relative;
    margin: 25px 0px 35px;
    border-bottom: 1px solid #f0f0f0;
}
.news-box .news-time{

    font-size: 14px;   

    color: #58b530;

    margin: 10px 0px 30px;     

}

.news-box .news-time span{

    border-radius: 20px;

    background: #f9f9f9;

    display: inline-block;

    padding: 2px 15px;

    margin-right: 15px;

}

.news-box .news-time span:last-child{

    background: #58b530;

    color: #fff;

}

.news-box .news-title{

    overflow: hidden;    

    text-overflow: -o-ellipsis-lastline;

    text-overflow: ellipsis;

    white-space: nowrap;

    font-size: 16px;

    font-weight: 700;

    line-height: 1.4;

    margin-top: 15px;

}

.news-box .news-title:after{

    content: "";

    display: block;

    background: #58b530;

    width: 30px;

    height: 3px;

    margin: 10px 0;  

}

.news-box .ny-news-img{

    border-radius: 5px;

    overflow: hidden;

}

.news-box .more{

    width: 100%;

    background: #eaeaea;

    font-size: 16px;

    text-align: center;

    padding: 15px 10px;

    color: #3e3e40;

    display: block;

    font-weight: bold;

    margin-top: 10px;

    transition: all 0.6s;

    margin-top: 40px;

}

.news-box .more:hover{

    color: #fff;

    background: #3c4a76;

}

@media (max-width:991px){

   .news-content {  

        padding: 20px;

    } 

}

.top-bnr ul li a{

    display: block;

    line-height: 2.2;

    padding: 25px 25px;

    background: #fff;

    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.2);

}

.top-bnr ul li a i{

    font-size: 20px;

    float: left;

    margin: 5px 10px 0px 0px;   

    color: #1da1f2;

}

.top-bnr ul li a span{

    float: right;

    background: #1da1f2;

    color: #fff;

    font-size: 20px;

    padding: 5px 15px;

    border-radius: 3px;

}

.top-bnr ul li:first-child a i{

    color: #3b5998;

}

.top-bnr ul li:first-child a span{

    background: #3b5998;

}

.top-bnr ul li:last-child a i{

    color: #cc181e;

}

.top-bnr ul li:last-child a span{

    background: #cc181e;

}